ATM 623: Climate Modeling

Brian E. J. Rose, University at Albany

Sensitivity to height-dependent changes in water vapor

Warning: content out of date and not maintained

You really should be looking at The Climate Laboratory book by Brian Rose, where all the same content (and more!) is kept up to date.

Here you are likely to find broken links and broken code.

This assigment is due by email before class on Thursday March 30, 2017.

Reading assignment

Here is a classic older paper about the climatic effects of small perturbations of tropospheric water vapor:

Shine and Sinha (1991): Sensitivity of the Earth's climate to height-dependent changes in the water vapour mixing ratio. Nature 354:382-384

(I will email you a pdf copy since UAlbany does not have electronic access to this article)

Read the article, then write at least one paragraph summary and commentary.

Computational assignment

Your assignment is to make similar calculations using the RRTMG radiative transfer model in climlab. Specifically:

  • Set up a Radiative-Convective model with RRTMG radiation, a critical lapse rate of 6.5 K/km, and the Manabe relative humidity profile.
  • Tune the model so that, at radiative-convective equilibrium, it has both realistic surface temperature (near 288 K) and realistic energy balance (ASR and OLR both near 239 W/m2). To do this, you will probably need to adjust surface albedo and introduce some clouds into the single-column model. See the lecture notes for examples. Make sure your methodology is explained clearly.
  • Now, using your tuned-up model, consider the effects of small perturbations in absolute specific humidity:
    • Following Shine and Sinha, use a perturbation of 0.001 g/kg (but recall that climlab uses units of kg/kg for specific humidity).
    • Add the small perturbation to the model specific humidity at one vertical level only.
    • Calcuate the instantaneous radiative forcing at the top of atmosphere due to this increase.
    • Calculate the equilibrium surface warming associated with this increase.
    • Repeat these calculations for every vertical level.
    • Make plots like Fig. 3 and Fig. 1 of the paper: radiative forcing and surface warming plotted as functions of the vertical level at which the water vapor is added.
  • Next, repeat these calculations but instead of using a fixed perturbation, increase the specific humidity by 10% of its reference value at every level. Again, plot the radiative forcing and surface warming as functions of the vertical level at which the water vapor is added.
  • Finally, if you added some clouds to your tuned-up reference model, take a look at changes in the Cloud Radiative Effect in some of your perturbations. Are they non-zero? Do you think it is meaningful to call these a cloud feedback? Why or why not?

Comment on what you find, including similarities and differences to the Shine and Sinha results. Offer some thoughts about why your results differ from theirs, if applicable. Do your results support the main conclusions in the paper?

[Back to ATM 623 notebook home](../index.ipynb)

Credits

The author of this notebook is Brian E. J. Rose, University at Albany.

It was developed in support of ATM 623: Climate Modeling, a graduate-level course in the Department of Atmospheric and Envionmental Sciences

Development of these notes and the climlab software is partially supported by the National Science Foundation under award AGS-1455071 to Brian Rose. Any opinions, findings, conclusions or recommendations expressed here are mine and do not necessarily reflect the views of the National Science Foundation.



In [ ]: